Skip to content

Kernel Analyzer Numa Checks for NS#127

Open
jaspals3123 wants to merge 1 commit intodevelopmentfrom
jaspal_numachecks
Open

Kernel Analyzer Numa Checks for NS#127
jaspals3123 wants to merge 1 commit intodevelopmentfrom
jaspal_numachecks

Conversation

@jaspals3123
Copy link
Collaborator

@jaspals3123 jaspals3123 commented Feb 12, 2026

json file:

  "global_args": {},
  "plugins": {
    "KernelPlugin": {
      "analysis_args": {
        "exp_kernel": [
          "xyz-sample"
        ],
        "exp_numa": 1,
        "regex_match": false
      }
    }
  },
  "result_collators": {}```

run it with:

`node-scraper --plugin-configs plugin_config.json`

OR

`node-scraper run-plugins KernelPlugin --exp-numa 1 --exp-kernel 5.18.2-mock123`

break

if not correct_kernel_version:
self.result.message = "unexpected kernel data!"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lets leave the wording to what it was before: "Kernel matches expected" and "Kernel mismatch"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants